home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / turbovis / tvtool17.zip / README.TXT < prev    next >
Text File  |  1993-06-02  |  4KB  |  97 lines

  1.   TVTOOLS:  TurboVision Tools library
  2.   Copyright (C) 1993   Marc Stern  (internet: stern@mble.philips.be)
  3.  
  4.   This package contains several libraries and their source code.
  5.   Some functions are quite complex, some other are very trivial but
  6.   may be useful just to centralize frequently called functions
  7.   (and so allows to coherently propagate modifications).
  8.  
  9.   This library is dedicated to TurboVision but it contains a lot
  10.   of general-purpose functions (string handling functions, low-level
  11.   tricks of MS-DOS,...). If you are interesting in using it without
  12.   TurboVision, it is available as a separate (smaller) package
  13.   ACTLIB. This should be located in the C directory of the server
  14.   where you downloaded TVTOOLS from.
  15.  
  16.   All these sources have been either developed or collected (and modified)
  17.   by Marc Stern.
  18.  
  19.   I will not be responsible for any damage due to the use of these libraries.
  20.   This code is provided as-is WITHOUT ANY WARRANTY.
  21.  
  22.   You can freely distribute them, modify them and use them for any purpose
  23.   (even include it into commercial products).
  24.  
  25.   If you find any bugs or interesting modifications please report them to
  26.   me; they will so be included in the next public releases.
  27.  
  28.   If you use these libraries, please tell it to me.
  29.   I will so try to maintain and enhance them.
  30.  
  31.  
  32.   How to use/compile the package:  
  33.   ------------------------------
  34.   To use it, just put all include files and TVTOOLS.LIB in a directory,
  35.   add in your code:
  36.  
  37. #define Uses_Txxx    // for TApplication, TWindow,...
  38. ...                  // but also TVTOOLS new objects
  39. #define Uses_Txxx    // like TInputRegExp, TInputCalc,...
  40. #include "tvtools.h"
  41.  
  42.   and link the library with your program.
  43.   This library is overlay compatible.
  44.  
  45.   To recompile TVTOOLS.LIB, you have to replace the modules
  46.   into the library (not delete it) because my functions call
  47.   some other functions from the 'general' libraries
  48.   (STRINGS, TOOLS, DATE,...) included in ACTLIB.ZIP
  49.   (also in this package).
  50.   Othewise, you have to unzip ACTLIB, compile the sources
  51.   you will find in it and add them to the library.
  52.  
  53.   Remark:  ACTLIB.ZIP also contains a library BCTOOLS (lib, include, source)
  54.            containing some screen handling functions.
  55.            It is dedicated to Borland compiler.
  56.  
  57.  
  58.   Special thanks:
  59.   ==============
  60.  
  61.   1.   To my company: S.A. Philips Industrial and Telecommunication Systems
  62.        (some of the code was developed for business project).
  63.  
  64.   2.   To all people that written code that I modified or that I used
  65.        to understand some processes.
  66.        As I don't have their names anymore I thanks them all in one shot.
  67.  
  68.  
  69.   Who am I?
  70.   =========
  71.           
  72.   Just a few words about me...  
  73.  
  74.   I finished my studies in 1989 (Civil Engineer in computering) and
  75.   I am working since for a division of Philips - one of the greatest
  76.   specialists in software security (local and transfer confidentiality,
  77.   authentication, coherency, DES/RSA/DSS cyphering,...) and voice recognition.
  78.  
  79.   I worked about six months in Software Engineering (under UNIX and VMS),
  80.   one year PC support (LAN organisation,...), one year in Quality Assurance
  81.   (Beta-test,...) and I am now working in the security area.
  82.  
  83.   I also write the great XSET program that allows you to easily write
  84.   efficient batch files. See file XSET.TXT to have more details.
  85.  
  86. ----------------------------------------------------------------------------
  87.                     
  88. Stern Marc          S.A. Philips Industrial and Telecommunication Systems
  89.                     Rue des Deux Gares 80
  90.                     1070 Bruxelles
  91.                     Belgium
  92.  
  93.                     Fax:  +32-2 525.66.00
  94.                     Tel:  +32-2 525.63.32 (9h - 16h Medium European Time)
  95.  
  96. E-mail: stern@mble.philips.be (internet)
  97.